FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource CapabilityStatement/FHIR Server from package hl7.fhir.us.medmorph#current (32 ms)

Package hl7.fhir.us.medmorph
Type CapabilityStatement
Id Id
FHIR Version R4
Source http://hl7.org/fhir/us/medmorph/https://build.fhir.org/ig/HL7/fhir-medmorph/CapabilityStatement-medmorph-trust-service-provider.html
Url http://hl7.org/fhir/us/medmorph/CapabilityStatement/medmorph-trust-service-provider
Version 1.0.0
Status draft
Date 2020-12-06
Name TrustServiceProvider
Title Trust Service Provider
Experimental False
Realm us
Authority hl7
Description This CapabilityStatement defines the expected capabilities of the Trust Service Provider actor when conforming to the MedMorph RA IG. This actor is responsible for providing trust services. (e.g., Pseudonymization, Anonymization, De-identification, Re-identification).
Kind requirements

Resources that use this resource

No resources found


Resources that this resource uses

OperationDefinition
Bundle-anonymize Generate Anonymized Bundle
Bundle-de-identify Generate De-Identified Bundle
Bundle-hash Generate Hashed Bundle
Bundle-pseudonymize Generate Pseudonymized Bundle
Bundle-re-identify Generate Re-Identified Bundle


Narrative

Note: links and images are rebased to the (stated) source

TrustServiceProvider

(Requirements Definition Capability Statement)

Canonical URL: http://hl7.org/fhir/us/medmorph/CapabilityStatement/medmorph-trust-service-provider

Published by: HL7 International - Public Health Work Group

This CapabilityStatement defines the expected capabilities of the Trust Service Provider actor when conforming to the MedMorph RA IG. This actor is responsible for providing trust services. (e.g., Pseudonymization, Anonymization, De-identification, Re-identification).

General

FHIR Version: 4.0.1
Supported formats: json

REST behavior

The primary focus of the Trust Service Provider is to provide trust services which include Pseudonymization, Anonymization, De-identification and Re-identification. For additional reading material on trust services, refer to [Trust Service Requirements](trustservices.html).

Security:

Implementations must meet the general security requirements documented in FHIR Security guidance.

In addition the Trust Service Provider needs to meet the security requirements as outlined in the Formal Specification - Security Section.

FHIR Operations summary

The following FHIR operations SHALL be supported by the Trust Service Provider.




Source

{
  "resourceType" : "CapabilityStatement",
  "id" : "medmorph-trust-service-provider",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <h2>TrustServiceProvider</h2>\n <p>(Requirements Definition Capability Statement)</p>\n <p>Canonical URL: http://hl7.org/fhir/us/medmorph/CapabilityStatement/medmorph-trust-service-provider</p>\n <p>Published by: <b>HL7 International - Public Health Work Group</b>\n </p>\n <p>This CapabilityStatement defines the expected capabilities of the Trust Service Provider actor when conforming to the MedMorph RA IG. This actor is responsible for providing trust services. (e.g., Pseudonymization, Anonymization, De-identification, Re-identification).</p>\n <h2>General</h2>\n <div class=\"table-wrapper\">\n <table>\n <tbody>\n <tr>\n <th>FHIR Version:</th>\n <td>4.0.1</td>\n </tr>\n <tr>\n <th>Supported formats:</th>\n <td>json</td>\n </tr>\n </tbody>\n </table>\n </div>\n <h2>REST behavior</h2>\n <p>The primary focus of the Trust Service Provider is to provide trust services which include Pseudonymization, Anonymization, De-identification and Re-identification.\n For additional reading material on trust services, refer to [Trust Service Requirements](trustservices.html). \n </p>\n <p>\n <b>Security:</b>\n </p>\n <p>Implementations must meet the general security requirements documented in FHIR <a href=\"http://hl7.org/fhir/security.html\">Security guidance</a>.</p>\n <p>In addition the Trust Service Provider needs to meet the security requirements as outlined in the <a href=\"spec.html#authentication-and-authorization-requirements\">Formal Specification - Security Section.</a></p>\n \n <h3>FHIR Operations summary</h3>\n <p>The following FHIR operations SHALL be supported by the Trust Service Provider.</p>\n \n <ul>\n <li>\n <a href=\"OperationDefinition-Bundle-pseudonymize.html\">Bundle pseudonymize</a>\n </li>\n <li>\n <a href=\"OperationDefinition-Bundle-anonymize.html\">Bundle anonymize</a>\n </li>\n <li>\n <a href=\"OperationDefinition-Bundle-de-identify.html\">Bundle de-identify</a>\n </li>\n <li>\n <a href=\"OperationDefinition-Bundle-re-identify.html\">Bundle re-identify</a>\n </li>\n <li>\n <a href=\"OperationDefinition-Bundle-hash.html\">Bundle hash</a>\n </li>\n </ul>\n <br/>\n <br/> \n </div>"
  },
  "url" : "http://hl7.org/fhir/us/medmorph/CapabilityStatement/medmorph-trust-service-provider",
  "version" : "1.0.0",
  "name" : "TrustServiceProvider",
  "title" : "Trust Service Provider",
  "status" : "draft",
  "date" : "2020-12-06",
  "publisher" : "HL7 International - Public Health Work Group",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.org/Special/committees/pher"
        }
      ]
    }
  ],
  "description" : "This CapabilityStatement defines the expected capabilities of the Trust Service Provider actor when conforming to the MedMorph RA IG. This actor is responsible for providing trust services. (e.g., Pseudonymization, Anonymization, De-identification, Re-identification).",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US"
        }
      ]
    }
  ],
  "kind" : "requirements",
  "fhirVersion" : "4.0.1",
  "format" : [
    "json"
  ],
  "rest" : [
    {
      "mode" : "server",
      "documentation" : "The focus of the Trust Service Provider is to provide trust services which include Pseudonymization, Anonymization, De-identification and Re-identification. ",
      "security" : {
        "description" : "Implementations must meet the general security requirements documented in the security section of the implementation guide."
      },
      "operation" : [
        {
          "name" : "pseudonymize",
          "definition" : "http://hl7.org/fhir/us/medmorph/OperationDefinition/Bundle-pseudonymize"
        },
        {
          "name" : "anonymize",
          "definition" : "http://hl7.org/fhir/us/medmorph/OperationDefinition/Bundle-anonymize"
        },
        {
          "name" : "de-identify",
          "definition" : "http://hl7.org/fhir/us/medmorph/OperationDefinition/Bundle-de-identify"
        },
        {
          "name" : "re-identify",
          "definition" : "http://hl7.org/fhir/us/medmorph/OperationDefinition/Bundle-re-identify"
        },
        {
          "name" : "hash",
          "definition" : "http://hl7.org/fhir/us/medmorph/OperationDefinition/Bundle-hash"
        }
      ]
    }
  ]
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.